projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1177ecf
)
Declare Fcopy_keymap as Lisp_Object in advance to
author
Kenichi Handa
<handa@m17n.org>
Fri, 16 May 1997 00:43:22 +0000
(
00:43
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 16 May 1997 00:43:22 +0000
(
00:43
+0000)
avoid compiler error.
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index dbeae5229289f06ba1e2fb76427a492d74e5d575..5885e8ba1996386eef64ccf2e8fdf11860323aad 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-98,6
+98,7
@@
static Lisp_Object define_as_prefix ();
static Lisp_Object describe_buffer_bindings ();
static void describe_command (), describe_translation ();
static void describe_map ();
+Lisp_Object Fcopy_keymap ();
\f
/* Keymap object support - constructors and predicates. */